home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <html><head><title>IsNull Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03102600"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css"> p.P1{ } p.P2{ } span.T1{ font-weight:bold;} </style></head><body> <help:to-be-embedded Eid="isnull" xmlns:help="http://openoffice.org/2000/help"> <p class="Head1"><help:link Id="66431">IsNull Function [Runtime]</help:link></p> <p class="Paragraph">Tests whether a Variant contains the special Null value, indicating that the variable contains no data.</p> </help:to-be-embedded> <p class="Paragraph"><span class="T1">Syntax</span>:</p> <p class="Paragraph">IsNull (Var) <help:key-word value="IsNull" tag="kw66431_1" xmlns:help="http://openoffice.org/2000/help"/></p> <p class="Paragraph"><span class="T1">Return value</span>:</p> <p class="Paragraph">Bool</p> <p class="Paragraph"><span class="T1">Parameter</span>:</p> <p class="Paragraph">Var: Any variable to be tested. This function returns True if the Variant contains the Null value; otherwise, it returns False.</p> <p class="P2">Example:</p> <p class="PropText">Sub ExampleIsNull</p> <p class="PropText">Dim vVar As Variant</p> <p class="PropText">msgbox IsNull(vVar)</p> <p class="PropText">end sub</p> </body></html>